Previous page Next page

Top Line Push Content (PC)

The Top Line push type’s Push Content has to be an XML file.

The following is the code excerpt associated with the Stock Alert Top Line Push Example 2: to be sent as part of the Push Content:

<!– Server Sends ResponsePush Content (PC) - File in the <Push...<go href Url> -->

<?xml version="1.0"?> 
 
<Response>

	<Top Line>

	       Stock Alert: AV @ $15

	</Top Line>

</Response> 
 


Previous page Next page